TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-12-01T04:08:25+00:00 Software versions TinyPilot version: 2.6.5 uStreamer version: 5.43 System information OS version: Linux tinypilot 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux Kernel architecture: aarch64 Userland architecture: armhf (32-bit) Distribution name: Raspbian Distribution version: 11 Hardware information Hardware: BCM2835 Revision: b03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: enabled Network interfaces: eth0 (up) lo (unknown) tailscale0 (unknown) wlan0 (down) Static IP: Not set Mouse jiggler: disabled CPU Temperature: 46.7'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: H264 TinyPilot settings.yml TinyPilot configuration [Unit] Description=TinyPilot - RPi-based virtual KVM BindsTo=nginx.service After=syslog.target network.target nginx.service StartLimitIntervalSec=0 [Service] Type=simple User=tinypilot WorkingDirectory=/opt/tinypilot ExecStart=/opt/tinypilot/venv/bin/python app/main.py Environment=APP_SETTINGS_FILE=/home/tinypilot/app_settings.cfg Restart=always [Install] WantedBy=multi-user.target TinyPilot logs Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 01 04:04:54 tinypilot python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 01 04:04:54 tinypilot python[655]: return self.handlers[namespace][event](*args) Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 01 04:04:54 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 01 04:04:54 tinypilot python[655]: ret = handler(*args) Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 01 04:04:54 tinypilot python[655]: return handler(*args, **kwargs) Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Dec 01 04:04:54 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Dec 01 04:04:54 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 01 04:04:54 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 01 04:04:54 tinypilot python[655]: raise result.exception Dec 01 04:04:54 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 01 04:04:54 tinypilot python[931]: Process ProcessWithResult-26: Dec 01 04:04:54 tinypilot python[931]: Traceback (most recent call last): Dec 01 04:04:54 tinypilot python[931]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Dec 01 04:04:54 tinypilot python[931]: self.run() Dec 01 04:04:54 tinypilot python[931]: File "/opt/tinypilot/app/execute.py", line 37, in run Dec 01 04:04:54 tinypilot python[931]: result.return_value = self._target(*self._args, **self._kwargs) Dec 01 04:04:54 tinypilot python[931]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Dec 01 04:04:54 tinypilot python[931]: hid_handle.write(bytearray(buffer)) Dec 01 04:04:54 tinypilot python[931]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 01 04:04:54 tinypilot python[655]: Exception in thread Thread-70: Dec 01 04:04:54 tinypilot python[655]: Traceback (most recent call last): Dec 01 04:04:54 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Dec 01 04:04:54 tinypilot python[655]: self.run() Dec 01 04:04:54 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run Dec 01 04:04:54 tinypilot python[655]: self._target(*self._args, **self._kwargs) Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 01 04:04:54 tinypilot python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 01 04:04:54 tinypilot python[655]: return self.handlers[namespace][event](*args) Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 01 04:04:54 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 01 04:04:54 tinypilot python[655]: ret = handler(*args) Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 01 04:04:54 tinypilot python[655]: return handler(*args, **kwargs) Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Dec 01 04:04:54 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Dec 01 04:04:54 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 01 04:04:54 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 01 04:04:54 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 01 04:04:54 tinypilot python[655]: raise result.exception Dec 01 04:04:54 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 01 04:04:55 tinypilot python[932]: Process ProcessWithResult-27: Dec 01 04:04:55 tinypilot python[932]: Traceback (most recent call last): Dec 01 04:04:55 tinypilot python[932]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Dec 01 04:04:55 tinypilot python[932]: self.run() Dec 01 04:04:55 tinypilot python[932]: File "/opt/tinypilot/app/execute.py", line 37, in run Dec 01 04:04:55 tinypilot python[932]: result.return_value = self._target(*self._args, **self._kwargs) Dec 01 04:04:55 tinypilot python[932]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Dec 01 04:04:55 tinypilot python[932]: hid_handle.write(bytearray(buffer)) Dec 01 04:04:55 tinypilot python[932]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 01 04:04:55 tinypilot python[655]: Exception in thread Thread-71: Dec 01 04:04:55 tinypilot python[655]: Traceback (most recent call last): Dec 01 04:04:55 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Dec 01 04:04:55 tinypilot python[655]: self.run() Dec 01 04:04:55 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run Dec 01 04:04:55 tinypilot python[655]: self._target(*self._args, **self._kwargs) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 01 04:04:55 tinypilot python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 01 04:04:55 tinypilot python[655]: return self.handlers[namespace][event](*args) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 01 04:04:55 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 01 04:04:55 tinypilot python[655]: ret = handler(*args) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 01 04:04:55 tinypilot python[655]: return handler(*args, **kwargs) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Dec 01 04:04:55 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Dec 01 04:04:55 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 01 04:04:55 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 01 04:04:55 tinypilot python[655]: raise result.exception Dec 01 04:04:55 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 01 04:04:55 tinypilot python[933]: Process ProcessWithResult-28: Dec 01 04:04:55 tinypilot python[933]: Traceback (most recent call last): Dec 01 04:04:55 tinypilot python[933]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Dec 01 04:04:55 tinypilot python[933]: self.run() Dec 01 04:04:55 tinypilot python[933]: File "/opt/tinypilot/app/execute.py", line 37, in run Dec 01 04:04:55 tinypilot python[933]: result.return_value = self._target(*self._args, **self._kwargs) Dec 01 04:04:55 tinypilot python[933]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Dec 01 04:04:55 tinypilot python[933]: hid_handle.write(bytearray(buffer)) Dec 01 04:04:55 tinypilot python[933]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 01 04:04:55 tinypilot python[655]: Exception in thread Thread-72: Dec 01 04:04:55 tinypilot python[655]: Traceback (most recent call last): Dec 01 04:04:55 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Dec 01 04:04:55 tinypilot python[655]: self.run() Dec 01 04:04:55 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run Dec 01 04:04:55 tinypilot python[655]: self._target(*self._args, **self._kwargs) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 01 04:04:55 tinypilot python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 01 04:04:55 tinypilot python[655]: return self.handlers[namespace][event](*args) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 01 04:04:55 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 01 04:04:55 tinypilot python[655]: ret = handler(*args) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 01 04:04:55 tinypilot python[655]: return handler(*args, **kwargs) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Dec 01 04:04:55 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Dec 01 04:04:55 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 01 04:04:55 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 01 04:04:55 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 01 04:04:55 tinypilot python[655]: raise result.exception Dec 01 04:04:55 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 01 04:04:56 tinypilot python[934]: Process ProcessWithResult-29: Dec 01 04:04:56 tinypilot python[934]: Traceback (most recent call last): Dec 01 04:04:56 tinypilot python[934]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Dec 01 04:04:56 tinypilot python[934]: self.run() Dec 01 04:04:56 tinypilot python[934]: File "/opt/tinypilot/app/execute.py", line 37, in run Dec 01 04:04:56 tinypilot python[934]: result.return_value = self._target(*self._args, **self._kwargs) Dec 01 04:04:56 tinypilot python[934]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Dec 01 04:04:56 tinypilot python[934]: hid_handle.write(bytearray(buffer)) Dec 01 04:04:56 tinypilot python[934]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 01 04:04:56 tinypilot python[655]: Exception in thread Thread-73: Dec 01 04:04:56 tinypilot python[655]: Traceback (most recent call last): Dec 01 04:04:56 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Dec 01 04:04:56 tinypilot python[655]: self.run() Dec 01 04:04:56 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run Dec 01 04:04:56 tinypilot python[655]: self._target(*self._args, **self._kwargs) Dec 01 04:04:56 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 01 04:04:56 tinypilot python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 01 04:04:56 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 01 04:04:56 tinypilot python[655]: return self.handlers[namespace][event](*args) Dec 01 04:04:56 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 01 04:04:56 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, Dec 01 04:04:56 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 01 04:04:56 tinypilot python[655]: ret = handler(*args) Dec 01 04:04:56 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 01 04:04:56 tinypilot python[655]: return handler(*args, **kwargs) Dec 01 04:04:56 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Dec 01 04:04:56 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Dec 01 04:04:56 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Dec 01 04:04:56 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Dec 01 04:04:56 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 01 04:04:56 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 01 04:04:56 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 01 04:04:56 tinypilot python[655]: raise result.exception Dec 01 04:04:56 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 01 04:04:57 tinypilot python[935]: Process ProcessWithResult-30: Dec 01 04:04:57 tinypilot python[935]: Traceback (most recent call last): Dec 01 04:04:57 tinypilot python[935]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Dec 01 04:04:57 tinypilot python[935]: self.run() Dec 01 04:04:57 tinypilot python[935]: File "/opt/tinypilot/app/execute.py", line 37, in run Dec 01 04:04:57 tinypilot python[935]: result.return_value = self._target(*self._args, **self._kwargs) Dec 01 04:04:57 tinypilot python[935]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Dec 01 04:04:57 tinypilot python[935]: hid_handle.write(bytearray(buffer)) Dec 01 04:04:57 tinypilot python[935]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 01 04:04:57 tinypilot python[655]: Exception in thread Thread-74: Dec 01 04:04:57 tinypilot python[655]: Traceback (most recent call last): Dec 01 04:04:57 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Dec 01 04:04:57 tinypilot python[655]: self.run() Dec 01 04:04:57 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run Dec 01 04:04:57 tinypilot python[655]: self._target(*self._args, **self._kwargs) Dec 01 04:04:57 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 01 04:04:57 tinypilot python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 01 04:04:57 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 01 04:04:57 tinypilot python[655]: return self.handlers[namespace][event](*args) Dec 01 04:04:57 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 01 04:04:57 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, Dec 01 04:04:57 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 01 04:04:57 tinypilot python[655]: ret = handler(*args) Dec 01 04:04:57 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 01 04:04:57 tinypilot python[655]: return handler(*args, **kwargs) Dec 01 04:04:57 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Dec 01 04:04:57 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Dec 01 04:04:57 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Dec 01 04:04:57 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Dec 01 04:04:57 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 01 04:04:57 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 01 04:04:57 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 01 04:04:57 tinypilot python[655]: raise result.exception Dec 01 04:04:57 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 01 04:08:25 tinypilot sudo[948]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Dec 01 04:08:25 tinypilot sudo[948]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Dec 01 04:08:25 tinypilot runuser[963]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Dec 01 04:08:25 tinypilot runuser[963]: pam_unix(runuser:session): session closed for user tinypilot Dec 01 04:08:25 tinypilot runuser[970]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Dec 01 04:08:25 tinypilot runuser[970]: pam_unix(runuser:session): session closed for user tinypilot Dec 01 04:08:25 tinypilot runuser[979]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Dec 01 04:08:26 tinypilot python[986]: 2024-12-01 04:08:26.733 app.main INFO Starting app Dec 01 04:08:26 tinypilot python[986]: 2024-12-01 04:08:26.800 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Dec 01 04:08:26 tinypilot python[986]: 2024-12-01 04:08:26.801 db.store INFO Read 7 database migrations from disk Dec 01 04:08:26 tinypilot runuser[979]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-12-01 03:40:18.678 __main__ INFO Starting TinyPilot update 2024-12-01 03:40:18.679 __main__ INFO Launching update script: /opt/tinypilot-privileged/scripts/update + set -u + set -e + readonly VERSION_FILE=/home/tinypilot/target-version + VERSION_FILE=/home/tinypilot/target-version + SCRIPT_ARGS=() + [[ -f /home/tinypilot/target-version ]] ++ cat /home/tinypilot/target-version + VERSION=2.6.5 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.5 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.5 + shift + shift + [[ 0 -gt 0 ]] + readonly ALLOW_REINSTALL + readonly LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + readonly RAMDISK_SIZE_MIB=560 + RAMDISK_SIZE_MIB=560 ++ free --mebi ++ grep --fixed-strings Mem: ++ tr --squeeze-repeats ' ' ++ cut --delimiter ' ' --fields 7 + AVAILABLE_MEMORY_MIB=1472 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1472 >= 560 )) + sudo mkdir /mnt/tinypilot-installer + sudo mount --types tmpfs --options size=560m --source tmpfs --target /mnt/tinypilot-installer --verbose mount: tmpfs mounted on /mnt/tinypilot-installer. + readonly INSTALLER_DIR + readonly TMPDIR=/mnt/tinypilot-installer/tmp + TMPDIR=/mnt/tinypilot-installer/tmp + export TMPDIR + sudo mkdir /mnt/tinypilot-installer/tmp + readonly BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + readonly TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + readonly TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + CURRENT_VERSION= + [[ -f /opt/tinypilot/VERSION ]] ++ cat /opt/tinypilot/VERSION + CURRENT_VERSION=2.6.4 + readonly CURRENT_VERSION + HAS_COMMUNITY_INSTALLED=0 + readonly TINYPILOT_README_FILE=/opt/tinypilot/README.md + TINYPILOT_README_FILE=/opt/tinypilot/README.md + [[ -f /opt/tinypilot/README.md ]] ++ head -n 1 /opt/tinypilot/README.md + [[ # TinyPilot Pro == \#\ \T\i\n\y\P\i\l\o\t ]] + readonly HAS_COMMUNITY_INSTALLED + [[ -z 2.6.5 ]] + readonly TARGET_VERSION + [[ 2.6.4 == \2\.\6\.\5 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + MACHINE_ID=100000007cb0e2d4 + readonly MACHINE_ID ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.5 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 100000007cb0e2d4' --output /mnt/tinypilot-installer/bundle.tgz --write-out '%{http_code}' --silent + HTTP_CODE=200 + readonly HTTP_CODE + [[ 200 != \2\0\0 ]] + sudo tar --gunzip --extract --file /mnt/tinypilot-installer/bundle.tgz --directory /mnt/tinypilot-installer + sudo chown root:root --recursive /mnt/tinypilot-installer + [[ 0 -eq 1 ]] + pushd /mnt/tinypilot-installer /mnt/tinypilot-installer /opt/tinypilot + sudo TMPDIR=/mnt/tinypilot-installer/tmp ./install + grep -q '^Model *: Raspberry Pi 3' /proc/cpuinfo ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 < 11 )) ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 > 11 )) + grep -q boot=overlay /proc/cmdline ++ ls janus_1.0.1-1~bpo11+1_armhf.deb + JANUS_DEBIAN_PACKAGE=janus_1.0.1-1~bpo11+1_armhf.deb + readonly JANUS_DEBIAN_PACKAGE ++ ls ustreamer_5.43-20231004144402_armhf.deb + USTREAMER_DEBIAN_PACKAGE=ustreamer_5.43-20231004144402_armhf.deb + readonly USTREAMER_DEBIAN_PACKAGE ++ ls tinypilot_20241016105734_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20241016105734_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 https://pkgs.tailscale.com/stable/raspbian bullseye InRelease Get:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Fetched 13.3 MB in 6s (2,168 kB/s) Reading package lists... + apt-get install -y ./janus_1.0.1-1~bpo11+1_armhf.deb ./ustreamer_5.43-20231004144402_armhf.deb ./tinypilot_20241016105734_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). ustreamer is already the newest version (5.43-20231004144402). The following packages will be upgraded: tinypilot 1 upgraded, 0 newly installed, 0 to remove and 83 not upgraded. Need to get 0 B/2,667 kB of archives. After this operation, 61.4 kB of additional disk space will be used. Get:1 /mnt/tinypilot-installer/tinypilot_20241016105734_armhf.deb tinypilot armhf 20241016105734 [2,667 kB] apt-listchanges: Reading changelogs... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: [614B blob data] Preparing to unpack .../tinypilot_20241016105734_armhf.deb ... Unpacking tinypilot (20241016105734) over (20240620111245) ... Setting up tinypilot (20241016105734) ... Installing new version of config file /etc/sudoers.d/tinypilot ... Warning: The home dir /home/tinypilot you specified already exists. The system user `tinypilot' already exists. Exiting. /opt/tinypilot / / /opt/tinypilot / / /opt/tinypilot / / nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful active /opt/tinypilot / / Warning: The unit file, source configuration file or drop-ins of janus.service changed on disk. Run 'systemctl daemon-reload' to reload units. update-tls-cert-common-name.service is a disabled or a static unit not running, not starting it. + mv yq /usr/bin/yq + chmod 0755 /usr/bin/yq + clean_up + sudo umount --lazy /mnt/tinypilot-installer + sudo rm -rf /opt/tinypilot-updater /mnt/tinypilot-installer 2024-12-01 03:40:50.101 __main__ INFO Update completed successfully 2024-12-01 03:40:50.101 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-12-01 03:40:50.103 update.target_version INFO Clearing target version file /home/tinypilot/target-version uStreamer configuration ==> /opt/ustreamer-launcher/configs.d/000-defaults.yml <== # Settings for TC358743 HDMI to CSI-2 bridge, which are included on the # TinyPilot Voyager series of devices. --- ustreamer_encoder: m2m-image ustreamer_format: uyvy ustreamer_use_dv_timings: true ustreamer_workers: "3" ustreamer_drop_same_frames: "30" ==> /opt/ustreamer-launcher/configs.d/100-tinypilot.yml <== uStreamer logs Dec 01 04:08:19 tinypilot launch[496]: -- INFO [1076.485 stream] -- Using resolution: 1920x1080 Dec 01 04:08:19 tinypilot launch[496]: -- INFO [1076.485 stream] -- Using format: UYVY Dec 01 04:08:19 tinypilot launch[496]: -- INFO [1076.485 stream] -- Querying HW FPS changing is not supported Dec 01 04:08:19 tinypilot launch[496]: -- INFO [1076.485 stream] -- Using IO method: MMAP Dec 01 04:08:20 tinypilot launch[496]: -- INFO [1076.504 stream] -- Requested 5 device buffers, got 5 Dec 01 04:08:20 tinypilot launch[496]: -- ERROR [1076.505 stream] -- Can't start capturing: Invalid argument Dec 01 04:08:20 tinypilot launch[496]: -- INFO [1076.515 stream] -- Device fd=10 closed Dec 01 04:08:20 tinypilot launch[496]: -- INFO [1076.515 stream] -- Sleeping 1 seconds before new stream init ... Dec 01 04:08:21 tinypilot launch[496]: ================================================================================ Dec 01 04:08:21 tinypilot launch[496]: -- INFO [1077.538 stream] -- Device fd=10 opened Dec 01 04:08:21 tinypilot launch[496]: -- INFO [1077.538 stream] -- Using input channel: 0 Dec 01 04:08:21 tinypilot launch[496]: -- INFO [1077.553 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Dec 01 04:08:21 tinypilot launch[496]: -- INFO [1077.592 stream] -- Using resolution: 1920x1080 Dec 01 04:08:21 tinypilot launch[496]: -- INFO [1077.592 stream] -- Using format: UYVY Dec 01 04:08:21 tinypilot launch[496]: -- INFO [1077.592 stream] -- Querying HW FPS changing is not supported Dec 01 04:08:21 tinypilot launch[496]: -- INFO [1077.592 stream] -- Using IO method: MMAP Dec 01 04:08:21 tinypilot launch[496]: -- INFO [1077.611 stream] -- Requested 5 device buffers, got 5 Dec 01 04:08:21 tinypilot launch[496]: -- ERROR [1077.612 stream] -- Can't start capturing: Invalid argument Dec 01 04:08:21 tinypilot launch[496]: -- INFO [1077.621 stream] -- Device fd=10 closed Dec 01 04:08:21 tinypilot launch[496]: -- INFO [1077.621 stream] -- Sleeping 1 seconds before new stream init ... Dec 01 04:08:22 tinypilot launch[496]: ================================================================================ Dec 01 04:08:22 tinypilot launch[496]: -- INFO [1078.644 stream] -- Device fd=10 opened Dec 01 04:08:22 tinypilot launch[496]: -- INFO [1078.644 stream] -- Using input channel: 0 Dec 01 04:08:22 tinypilot launch[496]: -- INFO [1078.659 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Dec 01 04:08:22 tinypilot launch[496]: -- INFO [1078.698 stream] -- Using resolution: 1920x1080 Dec 01 04:08:22 tinypilot launch[496]: -- INFO [1078.698 stream] -- Using format: UYVY Dec 01 04:08:22 tinypilot launch[496]: -- INFO [1078.698 stream] -- Querying HW FPS changing is not supported Dec 01 04:08:22 tinypilot launch[496]: -- INFO [1078.698 stream] -- Using IO method: MMAP Dec 01 04:08:22 tinypilot launch[496]: -- INFO [1078.717 stream] -- Requested 5 device buffers, got 5 Dec 01 04:08:22 tinypilot launch[496]: -- ERROR [1078.718 stream] -- Can't start capturing: Invalid argument Dec 01 04:08:22 tinypilot launch[496]: -- INFO [1078.727 stream] -- Device fd=10 closed Dec 01 04:08:22 tinypilot launch[496]: -- INFO [1078.727 stream] -- Sleeping 1 seconds before new stream init ... Dec 01 04:08:23 tinypilot launch[496]: ================================================================================ Dec 01 04:08:23 tinypilot launch[496]: -- INFO [1079.750 stream] -- Device fd=10 opened Dec 01 04:08:23 tinypilot launch[496]: -- INFO [1079.751 stream] -- Using input channel: 0 Dec 01 04:08:23 tinypilot launch[496]: -- INFO [1079.765 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Dec 01 04:08:23 tinypilot launch[496]: -- INFO [1079.804 stream] -- Using resolution: 1920x1080 Dec 01 04:08:23 tinypilot launch[496]: -- INFO [1079.804 stream] -- Using format: UYVY Dec 01 04:08:23 tinypilot launch[496]: -- INFO [1079.804 stream] -- Querying HW FPS changing is not supported Dec 01 04:08:23 tinypilot launch[496]: -- INFO [1079.804 stream] -- Using IO method: MMAP Dec 01 04:08:23 tinypilot launch[496]: -- INFO [1079.823 stream] -- Requested 5 device buffers, got 5 Dec 01 04:08:23 tinypilot launch[496]: -- ERROR [1079.824 stream] -- Can't start capturing: Invalid argument Dec 01 04:08:23 tinypilot launch[496]: -- INFO [1079.833 stream] -- Device fd=10 closed Dec 01 04:08:23 tinypilot launch[496]: -- INFO [1079.834 stream] -- Sleeping 1 seconds before new stream init ... Dec 01 04:08:24 tinypilot launch[496]: ================================================================================ Dec 01 04:08:24 tinypilot launch[496]: -- INFO [1080.857 stream] -- Device fd=10 opened Dec 01 04:08:24 tinypilot launch[496]: -- INFO [1080.857 stream] -- Using input channel: 0 Dec 01 04:08:24 tinypilot launch[496]: -- INFO [1080.870 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Dec 01 04:08:24 tinypilot launch[496]: -- INFO [1080.905 stream] -- Using resolution: 1920x1080 Dec 01 04:08:24 tinypilot launch[496]: -- INFO [1080.905 stream] -- Using format: UYVY Dec 01 04:08:24 tinypilot launch[496]: -- INFO [1080.905 stream] -- Querying HW FPS changing is not supported Dec 01 04:08:24 tinypilot launch[496]: -- INFO [1080.905 stream] -- Using IO method: MMAP Dec 01 04:08:24 tinypilot launch[496]: -- INFO [1080.923 stream] -- Requested 5 device buffers, got 5 Dec 01 04:08:24 tinypilot launch[496]: -- ERROR [1080.923 stream] -- Can't start capturing: Invalid argument Dec 01 04:08:24 tinypilot launch[496]: -- INFO [1080.932 stream] -- Device fd=10 closed Dec 01 04:08:24 tinypilot launch[496]: -- INFO [1080.932 stream] -- Sleeping 1 seconds before new stream init ... Dec 01 04:08:25 tinypilot launch[496]: ================================================================================ Dec 01 04:08:25 tinypilot launch[496]: -- INFO [1081.943 stream] -- Device fd=10 opened Dec 01 04:08:25 tinypilot launch[496]: -- INFO [1081.943 stream] -- Using input channel: 0 Dec 01 04:08:25 tinypilot launch[496]: -- INFO [1081.950 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Dec 01 04:08:25 tinypilot launch[496]: -- INFO [1081.970 stream] -- Using resolution: 1920x1080 Dec 01 04:08:25 tinypilot launch[496]: -- INFO [1081.970 stream] -- Using format: UYVY Dec 01 04:08:25 tinypilot launch[496]: -- INFO [1081.970 stream] -- Querying HW FPS changing is not supported Dec 01 04:08:25 tinypilot launch[496]: -- INFO [1081.970 stream] -- Using IO method: MMAP Dec 01 04:08:25 tinypilot launch[496]: -- INFO [1081.982 stream] -- Requested 5 device buffers, got 5 Dec 01 04:08:25 tinypilot launch[496]: -- ERROR [1081.983 stream] -- Can't start capturing: Invalid argument Dec 01 04:08:25 tinypilot launch[496]: -- INFO [1081.987 stream] -- Device fd=10 closed Dec 01 04:08:25 tinypilot launch[496]: -- INFO [1081.987 stream] -- Sleeping 1 seconds before new stream init ... Dec 01 04:08:26 tinypilot launch[496]: ================================================================================ Dec 01 04:08:26 tinypilot launch[496]: -- INFO [1082.998 stream] -- Device fd=10 opened Dec 01 04:08:26 tinypilot launch[496]: -- INFO [1082.998 stream] -- Using input channel: 0 Dec 01 04:08:26 tinypilot launch[496]: -- INFO [1083.005 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Dec 01 04:08:26 tinypilot launch[496]: -- INFO [1083.024 stream] -- Using resolution: 1920x1080 Dec 01 04:08:26 tinypilot launch[496]: -- INFO [1083.024 stream] -- Using format: UYVY Dec 01 04:08:26 tinypilot launch[496]: -- INFO [1083.024 stream] -- Querying HW FPS changing is not supported Dec 01 04:08:26 tinypilot launch[496]: -- INFO [1083.024 stream] -- Using IO method: MMAP Dec 01 04:08:26 tinypilot launch[496]: -- INFO [1083.036 stream] -- Requested 5 device buffers, got 5 Dec 01 04:08:26 tinypilot launch[496]: -- ERROR [1083.036 stream] -- Can't start capturing: Invalid argument Dec 01 04:08:26 tinypilot launch[496]: -- INFO [1083.041 stream] -- Device fd=10 closed Dec 01 04:08:26 tinypilot launch[496]: -- INFO [1083.041 stream] -- Sleeping 1 seconds before new stream init ... nginx logs -- Journal begins at Sun 2024-12-01 03:41:51 GMT, ends at Sun 2024-12-01 04:08:26 GMT. -- Dec 01 03:46:59 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Dec 01 03:47:01 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2024/12/01 03:33:52 [error] 655#655: *420 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.42.37, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:36:36 [error] 655#655: *447 upstream prematurely closed connection while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:36:56 [error] 658#658: *3 upstream prematurely closed connection while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:36:56 [error] 658#658: *3 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:36:56 [error] 658#658: *3 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:37:22 [error] 651#651: *6 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:37:22 [error] 651#651: *6 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PE0Ir0A HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PE0Ir0A", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:37:22 [error] 651#651: *6 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:37:22 [error] 651#651: *6 upstream prematurely closed connection while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:37:22 [error] 651#651: *6 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PE0IwWm HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PE0IwWm", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:37:46 [error] 653#653: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PE0Ir0A HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PE0Ir0A", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:37:46 [error] 653#653: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PE0IwWm HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PE0IwWm", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:37:46 [error] 653#653: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:37:46 [error] 653#653: *1 upstream prematurely closed connection while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:37:46 [error] 653#653: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PE0J0dY HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PE0J0dY", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:37:46 [error] 653#653: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:40:40 [notice] 1645#1645: signal process started 2024/12/01 03:40:45 [error] 1647#1647: *99 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.42.37, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:40:45 [error] 1647#1647: *99 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.42.37, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PE0JdFn HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PE0JdFn", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:40:51 [error] 1647#1647: *118 upstream prematurely closed connection while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:41:22 [error] 642#642: *3 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PE0Jox0 HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PE0Jox0", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:41:22 [error] 642#642: *3 upstream prematurely closed connection while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:41:49 [error] 533#533: *2 upstream prematurely closed connection while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:41:49 [error] 533#533: *2 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PE0JuRM HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PE0JuRM", host: "tinypilot", referrer: "https://tinypilot/" 2024/12/01 03:41:49 [error] 533#533: *2 upstream prematurely closed connection while reading response header from upstream, client: 100.107.42.37, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PE0Jox0 HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PE0Jox0", host: "tinypilot", referrer: "https://tinypilot/" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /js/logs.js HTTP/2.0" 200 1484 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /js/clipboard.js HTTP/2.0" 200 889 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /js/wake-on-lan.js HTTP/2.0" 200 551 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /js/mouse.js HTTP/2.0" 200 8581 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /js/touch.js HTTP/2.0" 200 4453 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /css/cursors.css HTTP/2.0" 200 618 "https://tinypilot/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://tinypilot/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://tinypilot/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /js/overlays.js HTTP/2.0" 200 495 "https://tinypilot/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /img/clipboard-icon.svg HTTP/2.0" 200 855 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:49 +0000] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:50 +0000] "GET /img/angle-down-icon.svg HTTP/2.0" 200 516 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:50 +0000] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:50 +0000] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:50 +0000] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:50 +0000] "GET /socket.io/?EIO=4&transport=polling&t=PE0P7vm HTTP/2.0" 200 97 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:50 +0000] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:50 +0000] "POST /socket.io/?EIO=4&transport=polling&t=PE0P7wP&sid=M_WN-whAAI9EBMipAAAE HTTP/2.0" 200 2 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:50 +0000] "GET /socket.io/?EIO=4&transport=polling&t=PE0P7wP.0&sid=M_WN-whAAI9EBMipAAAE HTTP/2.0" 200 32 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:50 +0000] "GET /socket.io/?EIO=4&transport=polling&t=PE0P7xF&sid=M_WN-whAAI9EBMipAAAE HTTP/2.0" 200 1 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:53 +0000] "GET /stream?advance_headers=1 HTTP/2.0" 200 125443 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.123 - - [01/Dec/2024:04:04:53 +0000] "GET /apple-touch-icon.png HTTP/2.0" 200 3571 "https://tinypilot/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"